@charset "utf-8";
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{height: 100%;}
html,body,div,p,strong,span,a,b,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,del,img,i,select,button,textarea,input{margin: 0; padding: 0;}
body{background: #fff; font-family: "Microsoft YaHei"; font-size: 16px; color: #000; position: relative; min-height: 100%;}
input[type="text"],input[type="hidden"],input[type="password"],button,textarea{outline: none; border: none; -webkit-appearance: none; border-radius: 0;}
select{outline: none; border: none;}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
h1,h2,h3,h4,h5,h6,strong{font-weight: normal;}
a{text-decoration: none; color: #000;}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
li{list-style: none;}
img{vertical-align: middle; border: none;}
i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.hidden{overflow: hidden;}
/*scroll bar*/
::-webkit-scrollbar {width:4px;height:4px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#fff}
::-webkit-scrollbar-thumb {border-radius:0;background-color:#03a2f2;)}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#03a2f2;)}
::-webkit-scrollbar-thumb:vertical:active {background-color:#03a2f2;)}

@font-face{font-family: 'ak'; src: url('../fonts/AKZIDENZGROTESK-EXTRABOLDALT_0.OTF');}
@font-face{font-family: 'Reznor'; src: url('../fonts/Reznor Downward Spiral.ttf');}


/* index */
.index_main .section1 .swiper-slide{position: relative;}
.index_main .section1 .swiper-slide a{width: 100%; height: 100%; display: block;}
.index_main .section1 .swiper-slide img{width: 100%; display: block;}
.index_main .section1 .swiper-slide a video{ display: block; width: 100%; height: 100%; object-fit: fill; }
.index_main .section1 .pagination{position: absolute; text-align: center; bottom: 40px; left: 0; width: 100%;}
.index_main .section1 .pagination span{width: 40px; height: 20px; display: inline-block; margin: 0 4px; position: relative; cursor: pointer;}
.index_main .section1 .pagination span:before{content: ''; width: 100%; height: 2px; position: absolute; top: 9px; left: 0; background: #fff;}
.index_main .section1 .pagination .swiper-active-switch:after {content: ""; width: 100%; height: 2px; position: absolute; top: 9px; left: 0; background: #026cdd; /*-webkit-animation: loadLine 5s linear 1; animation: loadLine 5s linear 1;*/}
@-webkit-keyframes loadLine {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes loadLine {
	0% {width:0;}
	100% {width:100%;}
}
.index_main .section2{position: relative;}
.index_main .section2 .title{padding: 70px; font-size: 36px; color: #444;}
.index_main .section2 .title:before{content: ''; display: inline-block; vertical-align: middle; margin: -5px 10px 0 0; width: 31px; height: 29px; background: url(../images/index_icon1.png) center no-repeat; background-size: contain;}
.index_main .section2 .items{overflow: hidden;}
.index_main .section2 .item{float: left; background: #fff; position: relative; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section2 .item .img_block{height: 600px; overflow: hidden; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section2 .item .text_block{width: 100%; height: 200px; text-align: center; position: relative; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section2 .item .text_block:before{content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: url(../images/index_bg1.jpg); background-size: cover; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section2 .item .text_block .main{position: absolute; top: 50%; left: 0; width: 100%; margin-top: -34px;}
.index_main .section2 .item .text_block h3{font-family: 'ak'; font-size: 36px; color: #333; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section2 .item .text_block p{font-size: 20px; color: #666; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section2 .item:hover .img_block{height: 500px;}
.index_main .section2 .item:hover .text_block{height: 300px;}
.index_main .section2 .item:hover .text_block:before{width: 100%;}
.index_main .section2 .item:hover .text_block h3{color: #fff;}
.index_main .section2 .item:hover .text_block p{color: #fff;}
.index_main .section2 .item:nth-of-type(even){padding-top: 200px;}
.index_main .section2 .item:nth-of-type(even) .text_block{position: absolute; top: 0; left: 0;}
.index_main .section2 .item:nth-of-type(even):hover{padding-top: 300px;}
.index_main .section2 .btns{position: absolute; top: 70px; right: 80px;}
.index_main .section2 .common_btn{width: 46px; height: 46px; float: left; margin: 0 6px; border: 1px solid #9b9b9b; border-radius: 50%; background-position: center; background-repeat: no-repeat; background-size: 8px 14px; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section2 .left_btn{background-image: url(../images/left_icon1.png);}
.index_main .section2 .right_btn{background-image: url(../images/right_icon1.png);}
.index_main .section2 .common_btn:hover{border-color: #016adb; background-color: #016adb;}
.index_main .section2 .left_btn:hover{background-image: url(../images/left_icon2.png);}
.index_main .section2 .right_btn:hover{background-image: url(../images/right_icon2.png);}
.index_main .section2 .more{background: #f5f5f5; text-align: center; padding: 40px 0 50px;}
.index_main .section2 .more a{display: inline-block; color: #016bdc; line-height: 30px; border-bottom: 2px solid #3287e1; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section2 .more a:hover{background: #3287e1; color: #fff; padding: 0 10px;}
.index_main .section3{background-position: center; background-repeat: no-repeat; background-size: cover; height: 890px; -webkit-transition: all 300ms ease; transition: all 300ms ease;}
.index_main .section3 .left{height: 100%; padding: 180px 90px; float: left; width: 50%;}
.index_main .section3 .left h3{font-size: 46px; color: #fff; opacity: 0; filter: alpha(opacity=0); }
.index_main .section3 .left .items{margin-top: 20px; opacity: 0; filter: alpha(opacity=0);  }
.index_main .section3 .left .items span{display: inline-block; color: #fff; margin-right: 10px;}
.index_main .section3 .right{width: 50%; height: 100%; overflow: auto; background: rgba(255,255,255,.3);}
.index_main .section3 .right::-webkit-scrollbar{width: 0;}
.index_main .section3 .right .item{ display: block; height: 25%; padding: 80px 80px 0; border-bottom: 1px solid rgba(255,255,255,.3); -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section3 .right .item h3{font-size: 30px; color: #fff; position: relative; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section3 .right .item p{font-size: 16px; color: #fff; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.index_main .section3 .right .item h3 a{color: #fff;}
.index_main .section3 .right .item h3:after{content: ''; position: absolute; right: 0; top: 50%; margin-top: -12px; width: 24px; height: 24px; background-position: center; background-repeat: no-repeat; background-image: url(../images/index_icon2.png); background-size: 24px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section3 .right .item.active{background: rgba(255,255,255,.8);}
.index_main .section3 .right .item.active h3{color: #1a2153;}
.index_main .section3 .right .item.active p{color: #1a2153;}
.index_main .section3 .right .item.active h3 a{color: #1a2153;}
.index_main .section3 .right .item.active h3:after{background-image: url(../images/index_icon3.png); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.index_main .section4{background: #f5f5f5; overflow: hidden; position: relative;}
.index_main .section4 .left{width: 42%; padding: 0 80px; position: absolute; top: 50%; left: 0; margin-top: -218px;}
.index_main .section4 .left h3{font-size: 36px; color: #444;}
.index_main .section4 .left h3:before{content: ''; display: inline-block; vertical-align: middle; margin: -5px 10px 0 0; width: 25px; height: 22px; background: url(../images/index_icon4.png) center no-repeat; background-size: contain;}
.index_main .section4 .left .slick{margin: 60px 0;}
.index_main .section4 .left .slick h4{font-size: 22px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.index_main .section4 .left .slick h4 a{color: #444; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .left .slick h4 a:hover{color: #016bdc;}
.index_main .section4 .left .slick p{font-size: 16px; color: #777; line-height: 26px; height: 78px; overflow: hidden; text-align: justify; margin-top: 35px;}
.index_main .section4 .left .btns{margin-top: 65px;}
.index_main .section4 .left .common_btn{width: 8px; height: 14px; display: inline-block; background-position: center; background-repeat: no-repeat; background-size: contain; -webkit-transition: all 500ms ease; transition: all 500ms ease; cursor: pointer;}
.index_main .section4 .left .btns span{display: inline-block; margin: 0 10px; font-size: 12px; color: #d4d4d4; vertical-align: top;}
.index_main .section4 .left .left_btn{background-image: url(../images/left_icon1.png);}
.index_main .section4 .left .right_btn{background-image: url(../images/right_icon1.png);}
.index_main .section4 .left .left_btn:hover{background-image: url(../images/left_icon3.png);}
.index_main .section4 .left .right_btn:hover{background-image: url(../images/right_icon3.png);}
.index_main .section4 .left .more{margin-top: 70px;}
.index_main .section4 .left .more a{display: inline-block; color: #016bdc; line-height: 30px; border-bottom: 2px solid #3287e1; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .left .more a:hover{background: #3287e1; color: #fff; padding: 0 10px;}
.index_main .section4 .right{width: 58%; float: right; overflow: hidden;}
.index_main .section4 .right .item{width: 30%; float: left; padding: 90px 20px; border-left: 1px solid #e0e0e0; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .right .item:last-of-type{border-right: 1px solid #e0e0e0;}
.index_main .section4 .right .item .day{font-family: 'Reznor'; font-size: 88px; color: #d7d7d7; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .right .item .main{padding-top: 80px;}
.index_main .section4 .right .item .date{font-size: 16px; color: #808080; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .right .item h3{font-size: 16px; color: #333; line-height: 24px; height: 48px; margin: 20px 0 50px; overflow: hidden; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .right .item .img{overflow: hidden;}
.index_main .section4 .right .item .img img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .right .item p{font-size: 14px; color: #777; line-height: 24px; height: 72px; overflow: hidden; margin-top: 30px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .right .item .dot{display: block; margin-top: 40px; width: 28px; height: 14px; background-image: url(../images/index_icon5.png); background-position: center; background-repeat: no-repeat; background-size: 28px 14px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section4 .right .item:hover{background-image: url(../images/index_bg3.jpg);}
.index_main .section4 .right .item:hover .day{color: rgba(255,255,255,.2);}
.index_main .section4 .right .item:hover .date{color: #fff;}
.index_main .section4 .right .item:hover h3{color: #fff;}
.index_main .section4 .right .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.index_main .section4 .right .item:hover p{color: #fff;}
.index_main .section4 .right .item:hover .dot{background-image: url(../images/index_icon6.png); margin-left: 20px;}
.index_main .section5{background-image: url(../images/index_bg4.jpg); background-position: center top; background-repeat: no-repeat; background-size: cover;}
.index_main .section5 .content{padding: 80px; overflow: hidden;}
.index_main .section5 .title{font-size: 36px; color: #444;}
.index_main .section5 .title:before{content: ''; display: inline-block; vertical-align: middle; margin: -5px 10px 0 0; width: 23px; height: 29px; background: url(../images/index_icon7.png) center no-repeat; background-size: contain;}
.index_main .section5 .main{width: 400px; float: right; margin-top: 30px; margin-right: 120px; padding: 30px 10px 30px 20px; background: #fff; border-radius: 3px; box-shadow: 0 0 20px rgba(156,181,187,.5);}
.index_main .section5 .main .box{margin-bottom: 15px; position: relative;}
.index_main .section5 .main .box input{width: 100%; height: 46px; border: 1px solid #d8dee5; padding: 10px;}
.index_main .section5 .main .box input:focus{border-color: #03a2f2;}
.index_main .section5 .main .box input.drop{background: url(../images/index_icon8.png) 95% center no-repeat;}
.index_main .section5 .main .box select{width: 100%; height: 46px; border: 1px solid #d8dee5; padding: 10px;}
.index_main .section5 .main .box button{width: 18px; position: absolute; right: 10px; top: 50%; margin-top: -9px; height: 18px; background: url(../images/index_icon9.png) center no-repeat; background-size: 18px; cursor: pointer;}
.index_main .section5 .main .result{height: 300px; overflow: auto; padding-right: 6px;}
.index_main .section5 .main .result h3{font-size: 16px; color: #444;font-weight: bold;margin-bottom: 10px;}
.index_main .section5 .main .item{border-bottom: 1px dashed #cccccc; padding: 10px 0;}
.index_main .section5 .main .item span{font-size: 14px; color: #777;}
.index_main .section5 .main .item span i{ color: #000; }
.index_main .section5 .main .item p{font-size: 14px; color: #777;}
/* .index_main .section5 .main .item p:nth-of-type(1){ display: none; } */
.index_main .section6{background: #fff; position: relative;}
.index_main .section6 .content{padding: 80px;}
.index_main .section6 h3{font-size: 30px; color: #444;}
.index_main .section6 h3:before{content: ''; display: inline-block; vertical-align: middle; margin: -5px 10px 0 0; width: 25px; height: 27px; background: url(../images/index_icon10.png) center no-repeat; background-size: contain;}
.index_main .section6 .items{overflow: hidden; margin-top: 60px;}
.index_main .section6 .item{width: 14%; float: left; padding: 10px 0; position: relative; top: 0; border-bottom: 2px solid transparent; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section6 .item img{max-width: 90%; display: block; margin: 0 auto;}
.index_main .section6 .item:hover{border-bottom-color: #3287e1; top: -10px;}
.index_main .section6 .btns{position: absolute; top: 70px; right: 80px;}
.index_main .section6 .common_btn{width: 46px; height: 46px; float: left; margin: 0 6px; border: 1px solid #9b9b9b; border-radius: 50%; background-position: center; background-repeat: no-repeat; background-size: 8px 14px; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.index_main .section6 .left_btn{background-image: url(../images/left_icon1.png);}
.index_main .section6 .right_btn{background-image: url(../images/right_icon1.png);}
.index_main .section6 .common_btn:hover{border-color: #016adb; background-color: #016adb;}
.index_main .section6 .left_btn:hover{background-image: url(../images/left_icon2.png);}
.index_main .section6 .right_btn:hover{background-image: url(../images/right_icon2.png);}
.index_main .section6 .btns a{line-height: 46px; margin-left: 10px; color: #016bdd; float: left; padding-right: 25px; background: url(../images/index_icon11.png) right center no-repeat;}

/*case*/
.case_main .section3{padding-top: 0px;}

/*search*/
.search_main{background: #f2f2f2;}
.search_main .banner img{width: 100%; display: block;}
.search_main .main{width: 90%; max-width: 1200px; margin: 0 auto; padding: 70px 0;}
.search_main .main h2{font-size: 30px; color: #444; text-align: center;}
.search_main .main .box{margin-top: 50px; height: 80px; border: 1px solid #cccccc; border-radius: 5px; overflow: hidden; position: relative; padding-left: 80px;}
.search_main .main .box.active{border-color: #016adb;}
.search_main .main .box button{width: 78px; height: 78px; position: absolute; top: 0; left: 0; background: url(../images/search_icon1.png) center no-repeat; background-size: 29px 29px; cursor: pointer;}
.search_main .main .box button:after{content: ''; width: 1px; height: 34px; background: #ccc; position: absolute; right: 0; top: 50%; margin-top: -17px;}
.search_main .main .box input{width: 100%; height: 100%; padding: 20px; background: none;}
.search_main .main .items{margin-top: 80px;}
.search_main .main .item{margin-top: 25px; padding: 30px 100px 30px 30px; background: #fff; position: relative; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.search_main .main .item .img_block{width: 180px; float: left; overflow: hidden;}
.search_main .main .item .img_block img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.search_main .main .item .text_block{padding-left: 220px; min-height: 130px;}
.search_main .main .item h3 a{display: block; font-size: 16px; color: #333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.search_main .main .item .date{margin: 20px 0; font-size: 14px; color: #808080; padding-left: 20px; background: url(../images/search_icon2.png) left center no-repeat;}
.search_main .main .item p{font-size: 14px; color: #777; line-height: 22px; height: 44px; overflow: hidden;}
.search_main .main .item a.more{width: 28px; height: 14px; position: absolute; top: 50%; right: 45px; margin-top: -7px; background-position: center; background-repeat: no-repeat; background-size: 28px 14px; background-image: url(../images/index_icon5.png); -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.search_main .main .item:hover{box-shadow: 0 10px 20px rgba(0,0,0,.1);}
.search_main .main .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.search_main .main .item:hover h3 a{color: #016adb;}
.search_main .main .item:hover a.more{background-image: url(../images/index_icon12.png); right: 30px;}

/*service_jd*/
.common_banner{background-position: center; background-repeat: no-repeat; background-size: cover;}
.common_banner .main{padding: 180px 0; width: 90%; max-width: 1280px; margin: 0 auto; position: relative;}
.common_banner .main h3{font-size: 46px; color: #fff;text-shadow:2px 3px 6px #000000;}
.common_banner .main p{font-size: 32px; line-height: 24px; color: #fff; margin-top: 20px;text-shadow:2px 3px 6px #000000;}
.common_banner .main .down{width: 56px; height: 56px; border: 1px solid #fff; border-radius: 50%; position: absolute; left: 20px; bottom: 100px;}
.common_banner .main .down:before{content: ''; position: absolute; top: 13px; left: 22px; width: 9px; height: 25px; background: url(../images/service_icon1.png) center no-repeat; background-size: 9px 25px; -webkit-animation: down 1s ease infinite; animation: down 1s ease infinite;}
@-webkit-keyframes down {
	0% {-webkit-transform: translateY(-3px); transform: translateY(-3px);}
	100% {-webkit-transform: translateY(3px); transform: translateY(3px);}
}
@keyframes down {
	0% {-webkit-transform: translateY(-3px); transform: translateY(-3px);}
	100% {-webkit-transform: translateY(3px); transform: translateY(3px);}
}
.service_main .content{width: 90%; max-width: 1280px; margin: 0 auto; padding: 100px 0 150px;}
.service_main .title{font-size: 36px; color: #444;}
.service_main .title:before{content: ''; width: 3px; height: 35px; background: #0169da; display: inline-block; margin: -2px 10px 0 0; vertical-align: middle;}


.service_main .section1{background: #f5f5f5;}
.service_main .section1 .items{margin: 80px -12px 0;}
.service_main .section1 .items:after{content: ''; display: block; clear: both;}
.service_main .section1 .item{width: 33.33%; float: left; padding: 0 12px;}
.service_main .section1 .block{background: #fff; text-align: center; padding: 60px 20px; box-shadow: 0 5px 30px rgba(0,0,0,.1);}
.service_main .section1 .item i{width: 60px; height: 60px; display: block; margin: 0 auto; background-position: center; background-repeat: no-repeat; background-size: contain; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section1 .item:nth-of-type(1) i{background-image: url(../images/service_icon2.png);}
.service_main .section1 .item:nth-of-type(2) i{background-image: url(../images/service_icon3.png);}
.service_main .section1 .item:nth-of-type(3) i{background-image: url(../images/service_icon4.png);}
.service_main .section1 .item h3{font-size: 22px; color: #333; margin: 15px 0; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section1 .item p{font-size: 16px; color: #666; line-height: 24px; height: 48px}
.service_main .section1 .item:hover i{-webkit-transform: translate(-0, -10px); transform: translate(-0, -10px);}
.service_main .section1 .item:hover h3{color: #016ada;}
.service_main .section2{background: #fff;}
.service_main .section2 .huif{margin-top: 80px; overflow: hidden;}
.service_main .section2 .list{width: 49%; position: relative;}
.service_main .section2 .list .img_block{overflow: hidden;}
.service_main .section2 .list .img_block img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section2 .list p{position: absolute; left: 0; bottom: 0; width: 100%; padding: 0 20px; line-height: 100px; font-size: 26px; color: #fff; background: rgba(1,106,219,.9);}
.service_main .section2 .list p:before{content: ''; width: 40px; height: 37px; display: inline-block; vertical-align: middle; margin-top: -5px; background-position: left center; background-repeat: no-repeat; background-size: contain;}
.service_main .section2 .list:nth-of-type(1){float: left;}
.service_main .section2 .list:nth-of-type(2){float: right;}
.service_main .section2 .list:nth-of-type(1) p:before{background-image: url(../images/service_icon5.png);}
.service_main .section2 .list:nth-of-type(2) p:before{background-image: url(../images/service_icon6.png);}
.service_main .section2 .list:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}


/* 2018-04-10 */
 .content{
  padding-top: 50px;
}
.service_main .section1Add .child_type{
  position: relative;
  z-index: 2;
  margin-top: 20px;
  padding: 30px 20px;
  font-size: 0;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.service_main .section1Add .child_type span{
  position: relative;
  display: inline-block;
  margin: 5px 16px;
  font-size: 16px;
  line-height: 22px;
  color: #666;
}
.service_main .section1Add .child_type span a{
  display: block;
  padding: 5px 10px;
  border: 1px solid #db261f;
}
.service_main .section1Add .child_type span a:hover,
.service_main .section1Add .child_type span.active a{
  background-color: #db261f;
  color: #fff;
}
.service_main .section1Add .article{
  margin-top: 40px;
  background-color: #fff;
}
.service_main .section1Add .article h1.title_bar{
  position: relative;
  padding-left: 18px;
  font-size: 28px;
  line-height: 30px;
  height: 30px;
  color: #333;
}
.service_main .section1Add .article h1.title_bar:before{
  content: '';
  width: 2px;
  height: 100%;
  background-color: #d6000f;
  position: absolute;
  left: 0;
  top: 0;
}
.service_main .section1Add .article .download .list{
  margin-top: 50px;
}
.service_main .section1Add .article .download .list li{
  float: left;
  width: 100%;
  padding: 10px 35px 10px;
  position:relative;
}
.service_main .section1Add .article .download .list li:before{
	content:'';
	width:5px;
	height:5px;
	border-radius:50%;
	background:#ccc;
	position:absolute;
	top: 34px;
    left: 20px;
	
}
.service_main .section1Add .article .download .list li:nth-of-type(3n+3){
  margin-right: 0;
}
.service_main .section1Add .article .download .list h1{
  position: relative;
  padding-bottom: 16px;
  border-bottom: #c7c7c7 solid 1px;
}
.service_main .section1Add .article .download .list h1 a{
  position: relative;
  display: block;
  height: 52px;
  overflow: hidden;
  font-size: 0;
}

.service_main .section1Add .article .download .list h1 a:hover{color:#03A2F2}
.service_main .section1Add .article .download .list h1 a:after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.service_main .section1Add .article .download .list h1 a span{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 26px;
}
.service_main .section1Add .article .download .list .down{
  display: none;
  margin: 40px 0 0 8px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  background-repeat: no-repeat;
  background-position: 17px center;
  background-image: url(../images/service_icon15.png);
  background-color: #999;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.service_main .section1Add .article .download .list .down:hover{
  background-color: #03A2F2;
  box-shadow: 0 5px 15px #03A2F2;
}


.page, .PageBar{text-align:center;margin-top:20px;}
.page li, .PageBar li{display:inline-block;}
.page li a, .PageBar li a{padding:5px 10px;display:block}
.page li:hover,.page li.active,.PageBar li:hover,.PageBar li.active{background:#03A2F2;color:#fff;}
.page li:hover a,.page li.active a,.PageBar li:hover a,.PageBar li.active a{color:#fff;}
.page select, .PageBar select{
    border: solid 1px #888;
    height: 30px;
    padding: 0 10px;
    font-size: 16px;
    margin: 0 5px;
}











/*news detail*/
.newsDetail_main{background: #f5f5f5 url(../images/news_bg1.jpg) center top no-repeat; background-size: 100% auto; padding-top: 110px; 
min-height: 760px;}
.newsDetail_main .crumbs{padding: 20px 80px; color: #666; border-bottom: 1px solid #d6d6d6; border-top: 1px solid #d6d6d6; font-size: 14px;}
.newsDetail_main .crumbs a{color: #666; font-size: 14px;}
.newsDetail_main .crumbs a:hover{color: #016adb;}
.newsDetail_main .content{width: 90%; max-width: 1200px; margin: 80px auto 0; padding: 60px 80px; background: #fff;}
.newsDetail_main .crumbs .content{ margin: 0 auto; padding: 0; background-color: transparent; }
.newsDetail_main .content h3{font-size: 22px; color: #444;}
.newsDetail_main .content .info{margin-top: 30px;}
.newsDetail_main .content .info span{display: inline-block; margin-right: 30px; font-size: 14px; color: #999;}
.newsDetail_main .content .info span.view{padding-left: 25px; background: url(../images/news_icon1.png) left center no-repeat; background-size: 19px 13px;}
.newsDetail_main .content .main{margin-top: 50px; font-size: 14px; color: #666; line-height: 20px;}
.newsDetail_main .content .main img{max-width: 100%; display: block; margin: 0 auto;}
.pagecontrol{width: 90%; max-width: 1200px; margin: 0 auto; padding: 50px 0; overflow: hidden;}
.pagecontrol .pager{display: flex; align-items: center; justify-content: space-between;}
.pagecontrol .list{float: left; overflow: hidden;}
.pagecontrol .list a{float: left; margin-right: 30px; width: 36px; height: 36px; line-height: 34px; border-radius: 18px; border: #9b9b9b solid 1px; font-size: 14px; color: #9b9b9b; background-repeat: no-repeat; transition: all ease 0.5s; -webkit-transition: all ease 0.5s;}
.pagecontrol .list .golist{width: 130px; background-position: 20px center; background-image: url(../images/news_icon2.png); text-indent: 50px;}
.pagecontrol .list .prev{background-position:center;background-image:url(../images/left_icon1.png);}
.pagecontrol .list .next{background-position:center;background-image:url(../images/right_icon1.png);}
.pagecontrol .list a:hover{border-color:#0169da;color:#0169da;}
.pagecontrol .list .prev:hover{background-image:url(../images/left_icon3.png);}
.pagecontrol .list .next:hover{background-image:url(../images/right_icon3.png);}
.pagecontrol .list .golist:hover{background-image:url(../images/news_icon3.png);}
.pagecontrol .share{float:right;font-size:0;letter-spacing:-100px;}
.pagecontrol .share span,.pagecontrol .share a{display:inline-block;vertical-align:middle;letter-spacing:0;}
.pagecontrol .share span{margin-right:12px;padding-right:26px;font-size:16px;color:#666;font-family:'pingfang';background:url(../images/news_icon4.png) no-repeat right center;}
.pagecontrol .share a{margin: 0 0 0 8px;width:36px;height:36px;border-radius:50%;overflow:hidden;background-repeat:no-repeat;background-position:center; float: none; padding: 0;}
.pagecontrol .share .ico1{background-color:#da3c3c;background-image:url(../images/news_icon5.png);}
.pagecontrol .share .ico2{background-color:#21ba41;background-image:url(../images/news_icon6.png);}
.pagecontrol .share .ico3{background-color:#3e91ee;background-image:url(../images/news_icon7.png);}
.pagecontrol .share a:hover{-webkit-transition-timing-function:cubic-bezier(0.6,4,0.3,0.8);transition-timing-function:cubic-bezier(0.6,4,0.3,0.8);-webkit-animation:shake 0.5s;animation:shake 0.5s;}
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }

    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }

    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}
@keyframes shake {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

/*service_fw*/
.service_main .section3{position: relative; overflow: hidden;}
.service_main .section3 .left{width: 50%; height: 100%; position: absolute; top: 0; left: 0; padding: 100px 0 0 15%; background-position: center; background-repeat: no-repeat; background-size: cover;}
.service_main .section3 .right{width: 50%; float: right;}
.service_main .section3 .icons{overflow: hidden; padding: 60px 30px;}
.service_main .section3 .icon{width: 25%; float: left; text-align: center; font-size: 22px; color: #666; cursor: pointer; -webkit-transition:  all 500ms ease; transition:  all 500ms ease;}
.service_main .section3 .icon i{display: block; margin: 0 auto 20px; width: 45px; height: 45px; background-position: center; background-repeat: no-repeat; background-size: auto 45px; -webkit-transition:  all 500ms ease; transition:  all 500ms ease;}
.service_main .section3 .icon:nth-of-type(1) i{background-image: url(../images/service_icon7.png);}
.service_main .section3 .icon:nth-of-type(2) i{background-image: url(../images/service_icon8.png);}
.service_main .section3 .icon:nth-of-type(3) i{background-image: url(../images/service_icon9.png);}
.service_main .section3 .icon:nth-of-type(4) i{background-image: url(../images/service_icon10.png);}
.service_main .section3 .icon:hover,.service_main .section3 .icon.active{color: #016adb;}
.service_main .section3 .icon:nth-of-type(1):hover i,.service_main .section3 .icon:nth-of-type(1).active i{background-image: url(../images/service_icon7on.png);}
.service_main .section3 .icon:nth-of-type(2):hover i,.service_main .section3 .icon:nth-of-type(2).active i{background-image: url(../images/service_icon8on.png);}
.service_main .section3 .icon:nth-of-type(3):hover i,.service_main .section3 .icon:nth-of-type(3).active i{background-image: url(../images/service_icon9on.png);}
.service_main .section3 .icon:nth-of-type(4):hover i,.service_main .section3 .icon:nth-of-type(4).active i{background-image: url(../images/service_icon10on.png);}
.service_main .section3 .item{position: relative;}
.service_main .section3 .item .img_block{overflow: hidden;}
.service_main .section3 .item img{width: 100%; display: block;}
.service_main .section3 .item p{width: 100%; padding: 30px 50px; font-size: 16px; color: #fff; line-height: 30px; position: absolute; bottom: 0; left: 0; background: rgba(0,0,0,.5);}
.service_main .section3 .btns{overflow: hidden;}
.service_main .section3 .common_btn{width: 50%; height: 120px; float: left; background-color: #016ada; background-position: center; background-repeat: no-repeat; background-size: 15px 21px; -webkit-transition:  all 500ms ease; transition:  all 500ms ease;}
.service_main .section3 .left_btn{background-image: url(../images/left_icon4.png);}
.service_main .section3 .right_btn{background-image: url(../images/right_icon4.png);}
.service_main .section3 .common_btn:hover{background-color: #1ec2f3;}
.service_main .section4{position: relative;}
.service_main .section4 .title{padding: 70px 15%;}
.service_main .section4 .tab_title{position: absolute; bottom: -38px; left: 0; width: 100%; text-align: center; z-index: 5;}
.service_main .section4 .tab_title span{width: 76px; height: 76px; position: relative; background-color: #fff; border-radius: 50%; display: inline-block; margin: 0 10px; box-shadow: 0 5px 15px rgba(217, 215, 215, .75); -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section4 .tab_title span i{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-position: center; background-repeat: no-repeat; background-size: auto 39px; transition: all 500ms ease;}
.service_main .section4 .tab_title span:nth-of-type(1) i{background-image: url(../images/service_icon11.png);}
.service_main .section4 .tab_title span:nth-of-type(2) i{background-image: url(../images/service_icon12.png);}
.service_main .section4 .tab_title span:nth-of-type(3) i{background-image: url(../images/service_icon13.png);}
.service_main .section4 .tab_title span:nth-of-type(4) i{background-image: url(../images/service_icon14.png);}

.service_main .section4 .tab_title span:nth-of-type(1).active i,.service_main .section4 .tab_title span:nth-of-type(1):hover i{background-image: url(../images/service_icon11on.png);}
.service_main .section4 .tab_title span:nth-of-type(2).active i,.service_main .section4 .tab_title span:nth-of-type(2):hover i{background-image: url(../images/service_icon12on.png);}
.service_main .section4 .tab_title span:nth-of-type(3).active i,.service_main .section4 .tab_title span:nth-of-type(3):hover i{background-image: url(../images/service_icon13on.png);}
.service_main .section4 .tab_title span:nth-of-type(4).active i,.service_main .section4 .tab_title span:nth-of-type(4):hover i{background-image: url(../images/service_icon14on.png);}
.service_main .section4 .tab_title span.active,.service_main .section4 .tab_title span:hover{background-color: #016adb; box-shadow: 0 5px 15px rgba(1, 106, 219, .5);}
.service_main .section4 .tab_title span:hover i{-webkit-transform: rotate(360deg); transform: rotate(360deg);}
.service_main .section4 .child{height: 650px; display: none;}
.service_main .section4 .child .tab{height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}
.service_main .section4 .child .tab_1{background-image: url(../images/service_img5.jpg);}
.service_main .section4 .child .tab_2{background-image: url(../images/service_img5.jpg);}
.service_main .section4 .child .tab_3{background-image: url(../images/service_img5.jpg);}
.service_main .section4 .child .tab_4{background-image: url(../images/service_img5.jpg);}
.service_main .section5{background: #f5f5f5; padding: 100px 15%;}
.service_main .section5 .items{margin-top: 60px;}
.service_main .section5 .items:after{content: ''; display: block; clear: both;}
.service_main .section5 .item{width: 49%; box-shadow: 0 5px 30px rgba(0,0,0,.1);}
.service_main .section5 .item:nth-of-type(1){float: left;}
.service_main .section5 .item:nth-of-type(2){float: right;}
.service_main .section5 .item .img_block{overflow: hidden;}
.service_main .section5 .item img{width: 100%; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section5 .item .text_block{background: #fff; padding: 40px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section5 .item .text_block h3{font-size: 24px; color: #444; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section5 .item .text_block span{display: block; width: 30px; height: 3px; background: #016adb; margin: 20px 0; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section5 .item .text_block p{font-size: 14px; color: #666; line-height: 24px; height: 72px; overflow: hidden; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.service_main .section5 .item:hover{box-shadow: 0 5px 30px rgba(1,106,219,.3);}
.service_main .section5 .item:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.service_main .section5 .item:hover .text_block{background: #016adb;}
.service_main .section5 .item:hover .text_block h3{color: #fff;}
.service_main .section5 .item:hover .text_block p{color: #fff;}
.service_main .section5 .item:hover .text_block span{background: #fff;}

/*technology*/
.tech_main .section1{background: url(../images/tech_bg1.jpg) center no-repeat; background-size: cover; position: relative;}
.tech_main .section1 .content{width: 90%; max-width: 1280px; margin: 0 auto; padding: 200px 0; overflow: hidden;}
.tech_main .section1 .left{width: 46%; float: left;}
.tech_main .section1 .left img{width: 100%; display: block;}
.tech_main .section1 .right{width: 44%; float: right; padding-top: 10%;}
.tech_main .section1 .right h3{font-size: 36px; color: #fff;}
.tech_main .section1 .right h3 a{display: inline-block; font-size: 13px; color: #008ec1; background-color: #fff; background-image: url(../images/tech_icon20.png); padding: 10px 10px 10px 40px; background-position: 5px center; background-repeat: no-repeat; vertical-align: middle; margin-left: 10px; -webkit-border-radius: 5px; border-radius: 5px; font-weight: bold;}
.tech_main .section1 .right p{font-size: 50px; color: #fff; margin: 10px 0 50px;}
.tech_main .section1 .icons{overflow: hidden;}
.tech_main .section1 .icon{width: 110px; height: 110px; border: 1px solid #fff; border-radius: 5px; text-align: center; float: left; margin-right: 30px;}
.tech_main .section1 .icon i{width: 38px; height: 42px; display: block; margin: 12px auto; background-position: center; background-repeat: no-repeat; background-size: 38px auto; -webkit-transition: all 1000ms ease; transition: all 1000ms ease;}
.tech_main .section1 .icon:nth-of-type(1) i{background-image: url(../images/tech_icon1.png);}
.tech_main .section1 .icon:nth-of-type(2) i{background-image: url(../images/tech_icon2.png);}
.tech_main .section1 .icon:nth-of-type(3) i{background-image: url(../images/tech_icon3.png);}
.tech_main .section1 .icon span{font-size: 20px; color: #fff;}
.tech_main .section1 .icon:hover i{-webkit-transform: rotate(360deg); transform: rotate(360deg);}
.tech_main .section1 .fix_icon{position: absolute; top: 50%; right: 50px; width: 110px; height: 110px; border-radius: 5px; background: #fff; text-align: center;}
.tech_main .section1 .fix_icon i{width: 47px; height: 46px; display: block; margin: 12px auto; background: url(../images/tech_icon4.png) center no-repeat; background-size: 47px 46px;}
.tech_main .section1 .fix_icon span{font-size: 16px; color: #02639f;}
.tech_main .section1 .down{position: absolute; bottom: 20px; left: 50%; margin-left: -32px; width: 65px; height: 65px; background: url(../images/tech_icon6.png) center no-repeat; background-size: contain; z-index: 3; cursor: pointer;}
.tech_main .section1 .down span{position: absolute; top: 50%; left: 50%; margin: -13px 0 0 -8px; width: 17px; height: 27px; background: url(../images/tech_icon5.png) center no-repeat; background-size: contain; -webkit-animation: down 1s linear infinite; animation: down 1s linear infinite;}
.tech_main .section2{background: url(../images/tech_bg2.jpg) right center no-repeat; background-size: contain;}
.tech_main .section2 .content{width: 70%; max-width: 1280px; margin: 0 auto; padding: 150px 0;}
.tech_main .section2 .main{width: 670px;}
.tech_main .section2 .main h3{font-size: 46px; color: #444;}
.tech_main .section2 .main .info{font-size: 18px; color: #666; line-height: 30px; margin: 30px 0;}
.tech_main .section2 .main .item{margin-top: 30px; -webkit-box-shadow: 0 1px 25px rgba(0,0,0,.1); box-shadow: 0 1px 25px rgba(0,0,0,.1); cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.tech_main .section2 .main .show{position: relative; line-height: 68px; padding: 0 50px 0 70px;}
.tech_main .section2 .main .show span{font-size: 22px; color: #444;}
.tech_main .section2 .main .show:before,.tech_main .section2 .main .show:after{content: ''; position: absolute;}
.tech_main .section2 .main .show:before{width: 42px; height: 42px; left: 15px; top: 50%; margin-top: -21px; background-position: center; background-repeat: no-repeat; background-size: 42px;}
.tech_main .section2 .main .show:after{width: 28px; height: 28px; right: 15px; top: 50%; margin-top: -14px; background-position: center; background-repeat: no-repeat; background-size: 28px; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.tech_main .section2 .main .item:nth-of-type(1) .show:before{background-image: url(../images/tech_icon7.png);}
.tech_main .section2 .main .item:nth-of-type(2) .show:before{background-image: url(../images/tech_icon8.png);}
.tech_main .section2 .main .item:nth-of-type(3) .show:before{background-image: url(../images/tech_icon9.png);}
.tech_main .section2 .main .item:nth-of-type(1) .show:after{background-image: url(../images/tech_icon10.png);}
.tech_main .section2 .main .item:nth-of-type(2) .show:after{background-image: url(../images/tech_icon11.png);}
.tech_main .section2 .main .item:nth-of-type(3) .show:after{background-image: url(../images/tech_icon12.png);}
.tech_main .section2 .main .item:hover{-webkit-box-shadow: 0 4px 25px rgba(0,0,0,.3); box-shadow: 0 4px 25px rgba(0,0,0,.3);}
.tech_main .section2 .main .show:hover:after{-webkit-transform: rotate(360deg); transform: rotate(360deg);}
.tech_main .section2 .main .hide{padding: 0 20px 30px; display: none;}
.tech_main .section2 .main .hide h4{font-size: 20px; color: #007ffe;}
.tech_main .section2 .main .hide .p_block{margin-top: 20px;}
.tech_main .section2 .main .hide .p_block p{font-size: 16px; color: #666; line-height: 22px; padding: 10px 0 10px 35px; background: url(../images/tech_icon13.png) left center no-repeat;}
.tech_main .section3{background: url(../images/tech_bg3.jpg) center no-repeat; background-size: cover; padding: 80px 0;}
.tech_main .section3 .title{text-align: center; font-size: 40px; color: #fff;}
.tech_main .section3 .items{width: 70%; max-width: 1280px; margin: 70px auto 0; overflow: hidden;}
.tech_main .section3 .item{width: 33.33%; float: left; text-align: center; margin-top: 50px;}
.tech_main .section3 .item .icon{width: 120px; height: 120px; margin: 0 auto; border: 1px solid #87b8e3; border-radius: 50%; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.tech_main .section3 .item i{display: block; width: 100%; height: 100%; margin: 0 auto; background-position: center; background-repeat: no-repeat; -webkit-transition: all 1000ms ease; transition: all 1000ms ease;}
.tech_main .section3 .item:nth-of-type(1) i{background-image: url(../images/tech_icon14.png);}
.tech_main .section3 .item:nth-of-type(2) i{background-image: url(../images/tech_icon15.png);}
.tech_main .section3 .item:nth-of-type(3) i{background-image: url(../images/tech_icon16.png);}
.tech_main .section3 .item:nth-of-type(4) i{background-image: url(../images/tech_icon17.png);}
.tech_main .section3 .item:nth-of-type(5) i{background-image: url(../images/tech_icon18.png);}
.tech_main .section3 .item:nth-of-type(6) i{background-image: url(../images/tech_icon19.png);}
.tech_main .section3 .item h3{font-size: 22px; color: #fff; margin: 15px 0;}
.tech_main .section3 .item p{font-size: 16px; color: #fff; opacity: .8;}
.tech_main .section3 .item:hover .icon{background: url(../images/tech_img2.png) center no-repeat; background-size: 100% 100%; border-color: transparent;}
.tech_main .section3 .item:hover i{-webkit-transform: rotate(360deg); transform: rotate(360deg);}
.tech_main .section4,.tech_main .section5{position: relative;}
.tech_main .section4 .title,.tech_main .section5 .title{text-align: center; width: 100%; font-size: 40px; color: #333; position: absolute; top: 70px; left: 0;}
.tech_main .section4 .img img,.tech_main .section5 .img img{width: 100%; display: block;}
.tech_main .section5 .title{color: #fff; top: 120px;}
.tech_main .section6{background: url(../images/tech_bg4.jpg) center no-repeat; background-size: cover;}
.tech_main .section6 .content{width: 70%; max-width: 1280px; margin: 0 auto; padding: 80px 0; overflow: hidden;}
.tech_main .section6 .left{width: 50%; float: left;}
.tech_main .section6 .left img{width: 100%; display: block;}
.tech_main .section6 .right{width: 42%; float: right; padding-top: 10%;}
.tech_main .section6 .right h3{font-size: 40px; color: #444;}
.tech_main .section6 .right .p_block{margin-top: 20px;}
.tech_main .section6 .right p{font-size: 16px; color: #666; line-height: 22px; padding: 5px 0 5px 35px; background: url(../images/tech_icon13.png) left 6px no-repeat;}

/*product detail*/
.prd_detail{position: relative;}
.prd_detail .section1{position: relative;}
.prd_detail .section1 .bg img{width: 100%; display: block;}
.prd_detail .section1 h3{font-size: 46px; color: #fff; text-align: center; position: absolute; top: 20%; left: 0; width: 100%;}
.prd_detail .section1 .img_block{position: absolute; left: 0; right: 0; bottom: -18%; width: 30%; max-width: 520px; margin: 0 auto;}
.prd_detail .section1 .img_block img{width: 100%; display: block;}
.prd_detail .section2{padding: 200px 15px; text-align: center;}
.prd_detail .section2 h3{font-size: 36px; color: #444;}
.prd_detail .section2 span{display: block; margin: 20px auto; width: 33px; height: 2px; background: #03a2f2;}
.prd_detail .section2 p{font-size: 20px; color: #666;}
.prd_detail .main{position: relative; overflow: hidden;}
.prd_detail .main .b_bg{position: absolute; top: 0; left: 0; z-index: -1;}
.prd_detail .main .b_bg img{width: 100%; display: block;}
.prd_detail .main .s_bg{position: absolute; bottom: 0; right: 0; z-index: -1; width: 30%; max-width: 534px;}
.prd_detail .main .s_bg img{width: 100%; display: block;}
.prd_detail .section3{width: 90%; max-width: 1440px; margin: 0 auto; overflow: hidden;}
.prd_detail .section3 .img_block{width: 40%; float: right;}
.prd_detail .section3 .img_block img{width: 100%; display: block;}
.prd_detail .section3 .text_block{width: 43%; float: left; padding-top: 20px; padding-left: 50px;}
.prd_detail .section3 .text_block h3{font-size: 40px; color: #444; position: relative;}
.prd_detail .section3 .text_block h3:before{content: ''; width: 3px; height: 35px; background: #0169da; display: inline-block; margin: -5px 15px 0 0; vertical-align: middle;}
.prd_detail .section3 .text_block span{width: 152%; height: 66px; background-image: url(../images/pdetail_icon2.png); background-position: right center; background-repeat: no-repeat; position: absolute; left: 0; top: 0; padding: 0 66px 0 200px;}
.prd_detail .section3 .text_block span:before{content: ''; width: 100%; height: 1px; background: #81d0f8; display: block; margin-top: 33px;}
.prd_detail .section3 .text_block .p_block{margin-top: 40px;}
.prd_detail .section3 .text_block .p_block p{font-size: 16px; color: #666; line-height: 34px; margin: 10px 0; padding-left: 30px; background-image: url(../images/pdetail_icon1.png); background-position: left 6px; background-repeat: no-repeat;}
.prd_detail .section4{width: 90%; max-width: 1440px; margin: 0 auto; overflow: hidden; margin-top: 300px;}
.prd_detail .section4 .title{padding: 0 80px; text-align: right; margin-bottom: 50px;}
.prd_detail .section4 .title span{display: inline-block; font-size: 40px; color: #fff;}
.prd_detail .section4 .title span:before{content: ''; width: 3px; height: 35px; background: #fff; display: inline-block; margin: -5px 15px 0 0; vertical-align: middle;}
.prd_detail .section4 .img_block{width: 40%; float: left; margin-top: 40px;}
.prd_detail .section4 .img_block img{width: 100%; display: block;}
.prd_detail .section4 .text_block{width: 43%; float: right; margin-right: 50px; border-radius: 12px; overflow: hidden;}
.prd_detail .section4 .text_block .l_cont{width: 30%; position: relative; text-align: center;}
.prd_detail .section4 .text_block .l_cont:before{content: ''; width: 1px; height: 100%; position: absolute; right: 0; top: 0;}
.prd_detail .section4 .text_block .r_cont{width: 70%; padding: 0 20px;}
.prd_detail .section4 .text_block table{width: 100%; font-family: 'Microsoft YaHei';}
.prd_detail .section4 .text_block table th{font-weight: normal; text-align: center; background: #016adb; font-size: 20px; color: #fff; padding: 10px 0;}
.prd_detail .section4 .text_block table td{font-size: 14px; color: #666; padding: 15px 5px;}
.prd_detail .section4 .text_block table tr:nth-of-type(odd){background: #f5f5f5;}
.prd_detail .section4 .text_block table tr:nth-of-type(even){background: #fff;}
.prd_detail .section4 .text_block table tbody tr .l_cont:before{background: #e6e6e6;}
.prd_detail .section4 .text_block table thead tr .l_cont:before{background: #03a2f2;}
.prd_detail .section5{margin-top: 240px;}
.prd_detail .section5 .text_block span{padding-left: 430px; width: 147%; background-image: url(../images/pdetail_icon3.png);}
.prd_detail .section5 .text_block h3{color: #fff;}
.prd_detail .section5 .text_block h3:before{background: #fff;}
.prd_detail .section5 .text_block .p_block p{color: #fff; background-image: url(../images/pdetail_icon4.png);}
.prd_detail .section6{width: 90%; max-width: 1440px; margin: 140px auto 0; overflow: hidden;}
.prd_detail .section6 .item{width: 33.33%; float: left; text-align: center; padding: 0 30px;}
.prd_detail .section6 .item h3{font-size: 30px; color: #444; margin-bottom: 70px;}
.prd_detail .section6 .item img{max-width: 100%; display: block;}
.prd_detail .section7{width: 90%; max-width: 1440px; margin: 50px auto 0;}
.prd_detail .section7 h3{font-size: 30px; color: #444;}
.prd_detail .section7 h3:before{content: ''; width: 3px; height: 35px; background: #0169da; display: inline-block; margin: -5px 15px 0 0; vertical-align: middle;}
.prd_detail .section7 .p_block{margin-top: 40px;}
.prd_detail .section7 .p_block p{font-size: 16px; color: #666; line-height: 34px; margin: 6px 0; padding-left: 30px; background-image: url(../images/pdetail_icon1.png); background-position: left 6px; background-repeat: no-repeat;}
.prd_detail .section8{width: 90%; max-width: 1440px; margin: 50px auto 0;}
.prd_detail .section8 h3{font-size: 40px; color: #444;}
.prd_detail .section8 h3:before{content: ''; width: 3px; height: 35px; background: #0169da; display: inline-block; margin: -5px 15px 0 0; vertical-align: middle;}
.prd_detail .section8 .imgs{overflow: hidden;}
.prd_detail .section8 .imgs img{width: 50%; float: left; max-width: 610px;}
.prd_detail .section8 a{display: block; width: 120px; line-height: 40px; font-size: 14px; color: #fff; text-align: center; margin-top: 30px; margin-bottom: 50px; background: #03a2f2;}
.prd_detail .section8 a:before{content: ''; width: 20px; height: 20px; display: inline-block; background: url(../images/pdetail_icon5.png) center no-repeat; background-size: 20px; vertical-align: middle; margin: -3px 5px 0 0;}

/*service_map*/
.section_map{width: 90%; max-width: 1280px; margin: 0 auto; padding: 70px 0;}
.section_map .select_block{margin-top: 50px; overflow: hidden;}
.section_map .select_block select{width: 23%; height: 40px; padding: 0 10px; font-size: 16px; color: #666; cursor: pointer; float: left; border: 1px solid #ccc; margin-right: 2%;}
.section_map .select_block select:focus{border-color: #016bdd;}
.section_map .select_block .total{width: 25%; float: left; font-size: 16px; color: #666; line-height: 40px;}
.section_map .select_block .total span{color: #016adb;}
 .map_block{margin-top: 70px; overflow: hidden; border: 1px solid #dbdbdb; position: relative;}
 .map_block .left{width: 73%; height: 100%; position: absolute; top: 0; left: 0;}
 .map_block .right{width: 27%; float: right; padding: 20px 20px 0;}
 .map_block .right h2{font-size: 16px; color: #999; margin-bottom: 10px;}
 .map_block .swiper-slide{position: relative;}
 .map_block .item{padding: 15px 0; border-bottom: 1px dashed #ccc;cursor:pointer;}
 .map_block .item h3{font-size: 16px; line-height: 20px; color: #444; margin-bottom: 5px;}
 .map_block .item p{font-size: 14px; line-height: 20px; color: #777;}
  .map_block .item p i{ color: #000; }
  .map_block .item p:nth-of-type(1){ display: none; }
 .map_block .item:hover h3{color: #016bdd;}
 .map_block .dot{margin-top: 20px; overflow: hidden;}
 .map_block .dot .left_btn, .map_block .dot .right_btn{width: 8px; height: 14px; margin: 2px 20px 0 0; float: left; background-position: center; background-repeat: no-repeat; background-size: 8px 14px; -webkit-transition: all 500ms ease; transition: all 500ms ease; cursor: pointer;}
 .map_block .dot .left_btn{background-image: url(../images/left_icon1.png);}
 .map_block .dot .right_btn{background-image: url(../images/right_icon1.png);}
 .map_block .dot .left_btn:hover{background-image: url(../images/left_icon3.png);}
 .map_block .dot .right_btn:hover{background-image: url(../images/right_icon3.png);}
 .map_block .dot .page{float: right; font-size: 15px; color: #666;}
 .map_block .dot .page span{padding: 0 5px;}
 .section_map .right .search .box{ overflow: hidden; }
 .section_map .right .search select{width: 48%; height: 30px; text-indent: 20px; font-size: 16px; color: #666; cursor: pointer; float: left; border: 1px solid #ccc; margin-right: 2%;}
  .section_map .right .search select:last-child{ margin-right: 0; }
 .section_map .right .search select:focus{border-color: #016bdd;}
  .section_map .right .resultBox{ position: relative; padding-bottom: 30px; }
 .section_map .right .resultBox .result{ margin: 15px 0; padding-right: 10px; height: 408px; overflow-x: hidden; overflow-y: auto; }
 .section_map .right .resultBox .resultNum{ position: absolute; bottom: 0; left: -20px; right: -20px; background-color: #f9f9f9; height: 30px; line-height: 30px; color: #666; text-align: center; font-size: 12px; }
 .section_map .right .resultBox .resultNum span{ color: #016bdd; }
  .section_map .right .resultBox .result::-webkit-scrollbar {
      width: 4px;     /
      height: 1px;
  }
 .section_map .right .resultBox .result::-webkit-scrollbar-thumb {
      background: #03a2f2;
  }
 .section_map .right .resultBox .result::-webkit-scrollbar-track {
      background: #ccc;
  }




/*2018-05-09   product detail*/
.new_pd_detail .main{width: 80%; max-width: 1440px; margin: 0 auto; position: relative;}
.new_pd_detail .main:after{content: ''; display: block; clear: both;}
.new_pd_detail .section1{background: url(../images/new_pd_img1.jpg) center top no-repeat; background-size: cover; padding: 10% 0 5%;}
.new_pd_detail .section1 .txt_block{width: 60%; float: left;}
.new_pd_detail .section1 h3{font-size: 40px; color: #036ddd;}
.new_pd_detail .section1 p{font-size: 24px; color: #333; margin-top: 20px;}
.new_pd_detail .section1 .desc{font-size: 16px; color: #595757; line-height: 38px; margin: 10% 0 20%;}
.new_pd_detail .section1 a.back{width: 180px; line-height: 70px; text-align: center; background: #036ddd; border-radius: 5px; display: block; font-size: 20px; color: #fff; -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.new_pd_detail .section1 a.back:hover{background: #2665a9;}
.new_pd_detail .section1 .img_block{width: 35%; margin-left: 65%;}
.new_pd_detail .section1 .img_block img{width: 100%; display: block;}
.new_pd_detail .section1 .slider_for .slick-slide{padding: 0 5% 5%;}
.new_pd_detail .section1 .slider_nav .thumb{margin: 10px; padding: 10px 15px; border: 1px solid #bfbebe;}
.new_pd_detail .section1 .slider_nav .slick-current .thumb{border-color: #2269cb;}
.new_pd_detail .section1 .slider_nav .slick-track.no{-webkit-transform: none !important; transform: none !important;}
.new_pd_detail .section2{position: relative; overflow: hidden; background: #f5f5f5; padding-bottom: 5%;}
.new_pd_detail .section2:before{content: ''; position: absolute; top: 0; left: 0; right: 0; height: 190px; background: url(../images/new_pd_img2.jpg) center no-repeat; background-size: cover;}
.new_pd_detail .section2 .main{z-index: 2;}
.new_pd_detail .section2 .title{font-size: 30px; color: #fff; line-height: 100px;}
.new_pd_detail .section2 .tab_title span{float: left; width: 240px; line-height: 90px; text-align: center; background: #036ddd; font-size: 20px; color: #fff; -webkit-transition: all 500ms ease; transition: all 500ms ease; cursor: pointer;}
.new_pd_detail .section2 .tab_title span.active{background: #fff; color: #036ddd;}
.new_pd_detail .section2 .tab_content{background: #fff;}
.new_pd_detail .section2 .child{padding: 5%; display: none;}
.new_pd_detail .section2 h3{font-size: 26px; color: #444; padding-left: 10px; position: relative;}
.new_pd_detail .section2 h3:before{content: ''; width: 4px; height: 22px; background: #036ddd; position: absolute; left: 0; top: 50%; margin-top: -10px;}
.new_pd_detail .section2 .mt{margin-top: 30px;}
.new_pd_detail .section2 .img img{display: block; max-width: 100%;}
.new_pd_detail .section2 .desc_block p{font-size: 16px; color: #666; line-height: 34px; margin: 10px 0; padding-left: 30px; background-image: url(../images/pdetail_icon1.png); background-position: left 6px; background-repeat: no-repeat;}
.new_pd_detail .section2 table{width: 100%; border: 1px solid #e8e8e8; border-radius: 5px;}
.new_pd_detail .section2 table th{font-size: 18px; text-align: left; font-weight: normal; background: #fff;}
.new_pd_detail .section2 table td{font-size: 16px; color: #999;}
.new_pd_detail .section2 table th,
.new_pd_detail .section2 table td{padding: 12px 50px;}
.new_pd_detail .section2 table th:nth-of-type(odd),
.new_pd_detail .section2 table td:nth-of-type(odd){border-right: 1px solid #e8e8e8;}
.new_pd_detail .section2 table tr:nth-of-type(odd){background: #f5f5f5;}
.new_pd_detail .section2 table tr:nth-of-type(even){background: #fff;}
.new_pd_detail .section2 video{width: 100%; display: block;}
@media screen and (max-width: 1500px){
    .new_pd_detail .section1 h3{font-size: 30px;}
    .new_pd_detail .section1 .desc{margin: 5% 0 10%;}
    .new_pd_detail .section1 a.back{line-height: 50px; font-size: 16px;}
    .new_pd_detail .section1 .slider_for .slick-slide{padding: 0 2% 2%;}
    .new_pd_detail .section2:before{height: 140px;}
    .new_pd_detail .section2 .title{line-height: 80px;}
    .new_pd_detail .section2 .tab_title span{line-height: 60px;}
    .new_pd_detail .section2 h3{font-size: 20px;}
}
@media screen and (max-width: 992px){
    
	.new_pd_detail .section1{padding: 80px 20px 20px;}
    .new_pd_detail .main{width: 100%;}
    .new_pd_detail .section1 .txt_block{width: 100%; float: none;}
    .new_pd_detail .section1 h3{font-size: 18px;}
    .new_pd_detail .section1 p{font-size: 16px; margin-top: 10px;}
    .new_pd_detail .section1 .desc{margin: 10px 0 20px; line-height: 24px;}
    .new_pd_detail .section1 a.back{line-height: 40px; width: 140px;}
    .new_pd_detail .section1 .img_block{width: 100%; margin-left: 0; margin-top: 20px;}
    .new_pd_detail .section1 .slider_for .slick-slide{padding: 0;}
    .new_pd_detail .section2{padding: 0 20px 20px;}
    .new_pd_detail .section2:before{height: 90px;}
    .new_pd_detail .section2 .title{font-size: 18px; line-height: 50px;}
    .new_pd_detail .section2 .tab_title span{line-height: 40px; width: 33.33%; font-size: 16px;}
    .new_pd_detail .section2 h3{font-size: 16px;}
    .new_pd_detail .section2 .mt{margin-top: 15px;}
    .new_pd_detail .section2 .desc_block p{font-size: 14px; line-height: 22px; background-position: left top;}
    .new_pd_detail .section2 table th, .new_pd_detail .section2 table td{padding: 8px;}
    .new_pd_detail .section2 table th{font-size: 16px;}
    .new_pd_detail .section2 table td{font-size: 14px;}
	.new_pd_detail .section2 .tab_content iframe{width: 90% !important;height: auto !important;}
	.new_pd_detail .section2 .tab_content table{width:100% !important;}
	.new_pd_detail .section2 .tab_content img{max-width:100% !important;}
}



.fixed-sidebar {
    width: 70px;
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translate(0, -51%);
    -webkit-transform: translate(0, -51%);
    -moz-transform: translate(0, -51%);
    -ms-transform: translate(0, -51%);
    -o-transform: translate(0, -51%);
    z-index: 99;
    text-align: center;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.fixed-sidebar li {
    position: relative;
    border-top: solid 1px #3974a8;
}
.fixed-sidebar li:first-child {
    border-top: none;
}


.fixed-sidebar li a {
    height: 72px;
    display: block;
    padding-top: 12px;
    background: #016add;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    box-sizing: border-box;
}
.fixed-sidebar li:first-child a {
    border-radius: 4px 4px 0 0;
}
.fixed-sidebar li a i {
    height: 24px;
    line-height: 24px;
    display: block;
}
.fixed-sidebar li a p {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.fixed-sidebar li .hide {
    height: 86px;
    line-height: 86px;
    position: absolute;
    top: 0;
    right: 70px;
    z-index: 5;
    background: #016add;
    white-space: nowrap;
    display: none;
}
.fixed-sidebar li .qrcode {
    width: 148px;
    height: auto;
    top: -32px;
    right: 76px;
    background: none;
    padding-right: 10px;
}
.fixed-sidebar li .qrcode .box {
    padding: 12px;
    background: #016add;
    position: relative;
}
.fixed-sidebar li .qrcode img {
    width: 100%;
    display: block;
}
.fixed-sidebar li:hover .hide{
	display: block;
}

.fixed-sidebar li .phone {
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
}
.fixed-sidebar li .qrcode p {
    margin-top: 6px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
}






table {
    border-spacing: 0;
    border-collapse: collapse;
}
table {
    background-color: transparent;
}
.table-bordered {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
    border: 1px solid #ddd;
	margin-top: 40px;
}
.table-bordered td{
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle;
    text-align: center;
	border: 1px solid #ddd;
}
.active td{
	background-color: #f5f5f5;
}
.table-bordered .purchase{
	background: #db261f;
	color: #fff;
	padding: 6px 10px; 
	border-radius: 3px;
}



.productListWrapper .productList .child_type {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    padding: 30px 20px;
    font-size: 0;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}
.productListWrapper .productList .child_type span {
    position: relative;
    display: inline-block;
    margin: 5px 12px;
    font-size: 16px;
    line-height: 22px;
    color: #666;
}
.productListWrapper .productList .child_type span a {
    display: block;
    padding: 5px 10px;
	border: 1px solid #db261f;
}
.productListWrapper .productList .child_type .active a{
    background-color: #db261f;
    color: #fff;
}
.productListWrapper .productList .child_type span a:hover, .service_main .section1Add .child_type span.active a {
    background-color: #db261f;
    color: #fff;
}
